Source for file langconfig.php

Documentation is available at langconfig.php

  1. <?php
  2. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  3. $lang "fa_IR";
  4. $charset "utf-8";
  5. $text_direction "rtl";
  6. $gettext =phpgettext();
  7. $gettext->debug       = '0';
  8. $gettext->has_gettext '0';
  9. $gettext->setlocale($lang);
  10. $gettext->bindtextdomain($lang'language/');
  11. $gettext->textdomain($lang);
  12. ?>

Documentation generated on Mon, 05 May 2008 16:20:48 +0400 by phpDocumentor 1.4.0